home *** CD-ROM | disk | FTP | other *** search
/ Ultimate CD / Ultimate_CD_by_SomeGuy.iso / New emulatorstuff / Super Nintendo ultimate collection / zsnesw.cfg < prev    next >
Text File  |  2004-10-08  |  3KB  |  111 lines

  1. ; ZSNES Configuration file
  2.  
  3. ; Frame Skip = 0 .. 9
  4.  
  5. FrameSkip = 0
  6.  
  7. ; Auto Frame Skip = 0 or 1 (1 = ON)
  8.  
  9. AutoFrameSkip = 1
  10.  
  11. ; Player 1/2 Input Device.  Use the GUI to set these values
  12. ; NOTE : Using this to select joysticks manually will NOT work!
  13.  
  14. Player1Device = 1
  15. Player2Device = 1
  16.  
  17. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  18. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  19. ; Use the GUI to set these values
  20.  
  21. ScanKey1 = 288, 289, 290, 291, 313, 312, 304, 306, 305, 307, 310, 311
  22. ScanKey2 = 256, 257, 258, 259, 78, 156, 272, 274, 273, 275, 276, 277
  23.  
  24. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  25. ; 2 devices to be shared on a single player.  This feature automatically
  26. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  27.  
  28. Pl34to12Share = 0
  29.  
  30. ; Percent to Execute [50 .. 150]
  31.  
  32. Execute = 100
  33.  
  34. ; Video Mode, 0 - 32
  35. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  36. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  37. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  38. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  39. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  40. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  41. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  42. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  43. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  44. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  45. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  46. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  47. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  48. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  49. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  50. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  51. ;   32 = 1280x1024 DS FULL
  52.  
  53. VideoModeWin = 20
  54.  
  55. ; Sound Emulation = 0 or 1 (1 = ON)
  56.  
  57. Sound = 1
  58.  
  59. ; Sound Sampling Rate
  60. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  61. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  62.  
  63. SoundRate = 2
  64.  
  65. ; Stereo (0 = off, 1 = on)
  66.  
  67. Stereo = 1
  68.  
  69. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  70.  
  71. ReverseStereo = 0
  72.  
  73. ; New Graphics Engine (1 = Enable, 0 = Disable)
  74.  
  75. NewGfx = 1
  76.  
  77. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  78.  
  79. Scanlines = 0
  80.  
  81. ; Interpolation (1 = Enable, 0 = Disable)
  82.  
  83. Interpolation = 0
  84.  
  85. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  86.  
  87. VSync = 0
  88.  
  89. ; Disable Echo  (1 = Yes, 0 = No)
  90.  
  91. EchoDisable = 0
  92.  
  93. ; Sound Volume Level (0 .. 100)
  94. ; Note : Setting this too high can cause sound overflow which degrades quality
  95.  
  96. Volume = 100
  97.  
  98. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  99.  
  100. DontSave = 0
  101.  
  102. ; Savefile directory.  Leave it blank if you want the save files to be in the
  103. ; same directory as the games.  It should be in a format like : C:\dir\dir
  104.  
  105. SaveDirectory = 
  106.  
  107. ; Game directory.  This is the directory where the GUI starts at.
  108. ; ZSNES automatically writes the current directory here upon exit.
  109.  
  110. GameDirectory = C:\DOCUMENTS AND SETTINGS\STEVEN\MY DOCUMENTS\NEW EMULATORSTUFF\SUPER NINTENDO ULTIMATE COLLECTION
  111.